---
title: "Outcome for FRAUD"
method: POST
path: "/webhook-rfi-fraud-outcome(to de defined)"
---

# Outcome for FRAUD

`POST /webhook-rfi-fraud-outcome(to de defined)`

Outcome webhook payload for the FRAUD request for information.

## Request body

- object
  - `ratepay_transaction_id` string — The identifier for the transaction provided by Ratepay in the response to the authorization request.
  - `ratepay_dispute_id` string — The dispute ID generated by Ratepay.
  - `partner_transaction_id` string — The identifier for the transaction generated by the partner.
  - `publication_date` string, date-time — Date and time of publication of the request for information. Format in accordance with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).
  - `amount` number — The amount of the request for information, as requested by the buyer.
  - `currency` string — The currency of all amounts pertaining to the transaction. Upper-case alphabetic code in accordance with [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
  - `type` 'REQUEST_FOR_INFORMATION' — Indicates the type of dispute webhook notification.
  - `reason` 'FRAUD' — The reason of a REQUEST_FOR_INFORMATION may be DEFEND, ITEM_NOT_RECEIVED, FRAUD or ITEM_RETURNED.
  - `resolution_date` string, date-time — Date and time when the resolution webhook was created. Format in accordance with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).
  - `resolution_reason` string — The resolution reason is always CLOSED.
  - `captures` object[]
    - `date` string, date-time — The date when Ratepay received the capture call. Format in accordance with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).
    - `partner_operation_id` string — The operation ID of the respective capture operations included in the request for information, as transmitted by the partner.
    - `ratepay_payment_reference` string — The payment reference Ratepay communicates to the buyer for the bank transfer.
    - `ratepay_capture_id` string — The capture ID provided by Ratepay in the response to the capture operation.
  - `payment_method` object
    - `payment_option` string — Always OPEN_INVOICE.
    - `transfer_type` string — Always BANK_TRANSFER.

## Response `200`

Success

---

[API](https://skmtc.net/ratepay/apis/dispute-webhooks-openapi-specification.md) · [All operations](https://skmtc.net/ratepay/apis/dispute-webhooks-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ratepay/dispute-webhooks-openapi-specification/versions/6e8263f4131d/schema)
